Digit Instantaneous Readings
Name Start Address Type Access
DGT_TEMPERATURE_LATEST_RAW 22000 UINT16 R
DGT_HUMIDITY_RAW 22001 UINT16 R
DGT_LIGHT_RAW 22002 UINT16 R
DGT_TEMPERATURE_LATEST_RAW
- Address: 22000
Get the latest temperature conversion, and begin a new conversion. Starting with FW1.21, temperature conversion is instantaneous. Units are described in TMP112 datasheet.
  • Data type: UINT16  (type index = 0)
  • Read-only
DGT_HUMIDITY_RAW
- Address: 22001
Craw. Get a new humidity reading from HCH-1000. Units are in 100s fF of capacitance.
  • Data type: UINT16  (type index = 0)
  • Read-only
DGT_LIGHT_RAW
- Address: 22002
Counts. Get a new light reading from LED. Units are in counts before reverse leakage complete.
  • Data type: UINT16  (type index = 0)
  • Read-only